-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mutedeck extension #16432
base: main
Are you sure you want to change the base?
Add mutedeck extension #16432
Conversation
- chore: update dependencies and remove react-devtools - docs: add SECURITY.md explaining vulnerability management strategy - Enhance API utility by exporting getPreferences function for improved preference management - Remove Husky configuration and related dependencies from the project to resolve CI issues. - Remove Husky to fix CI issues - Add back node-fetch import for HTTP requests - Clean up API code and remove unused types - Update .gitignore to allow husky files - Add husky pre-commit hook to run linting - Enhance package.json with precommit linting script and remove debug logs from index.tsx - Update icons in package.json, replace deprecated files, and improve documentation on icon requirements and troubleshooting - Update documentation and reorganize assets - Update GitHub repository links in all docs - Clean up and reorganize icon assets - Update package.json with correct icon paths - Restore .png extensions for icons - Remove .png extensions from icon paths - Update icon locations and paths - Update icon paths to be relative to assets directory - Clean up repository structure and add TypeScript config - Add package.json to repository - Major update: Icon fixes, documentation and asset reorganization - chore: initial commit with gitignore
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋
Thanks for your contribution 💪
I have now tested your extension, and I have some feedback ready for you:
-
You have a lot of dot files; are they necessary?
-
Could you please use the standard
.prettierrc
settings -
Could you add at least one screenshot of the extension's view commands
-
What is the plan with the screenshots in the assets folder?
-
Do you have a screencast of the extension in use so I can see the flow?
I'm looking forward to testing this extension again 🔥
Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.
Thanks for the review @pernielsentikaer! I've addressed all the feedback:
Changes made:
The extension is now working correctly and follows all Raycast standards. Please let me know if you'd like to see any other improvements! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking your time to correct this 🙂
A few more:
- I can see all dotfiles still, should we delete them from the PR?
- metadata images should be in a folder called
metadata
and be takign with our screenshot tool
Thanks for the additional feedback! I've addressed both points:
Please let me know if you'd like to see any other improvements or if there's anything else I can clarify! |
Did you push this into |
Yes, I've now pushed all the changes to the
Sorry for the branch confusion earlier. Everything should be in the right place now! |
There is no new pushes here: https://github.com/chadrwalters/raycast-extensions/tree/ext/mutedeck |
Description
MuteDeck Extension for Raycast
This extension provides quick access to MuteDeck controls directly from Raycast, allowing users to manage their meeting presence efficiently.
Features
Key Highlights
Technical Details
Security
Configuration
Users can customize:
This extension helps streamline meeting controls for MuteDeck users while maintaining a focus on reliability and user safety.
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder